home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-12-16 | 1003 b | 41 lines |
- #
- # Prototype Makefile for cmds/* directories. It permits the command to
- # be compiled for multiple target machines, with one subdirectory of
- # the form "sun2.md" that holds the object files and machine-specific
- # sources (if any) for each target machine.
- #
- # This Makefile is automatically generated.
- # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
- #
- # Generated from /sprite/lib/mkmf/Makefile.command
- # Tue Dec 15 22:16:01 PST 1992
- #
- # For more information, refer to the mkmf manual page.
- #
- # $Header: /sprite/lib/mkmf/RCS/Makefile.command,v 1.10 92/06/10 13:04:42 jhh Exp $ SPRITE (Berkeley)
- #
- # Allow mkmf
-
- MACHINES = sun3
- MAKEFILE = Makefile
- MANPAGES =
- NAME = string
- SYSMAKEFILE = command.mk
- TYPE = test
- DISTDIR ?= /dist/sprite/src/tests/string
- #include <settm.mk>
-
- #if exists($(TM).md/md.mk)
- #include "$(TM).md/md.mk"
- #endif
-
- #if exists(local.mk)
- #include "local.mk"
- #else
- #include <$(SYSMAKEFILE)>
- #endif
-
- #if exists($(TM).md/dependencies.mk)
- #include "$(TM).md/dependencies.mk"
- #endif
-